home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRONOM / H139.ZIP / UI101.ZIP / IO / KB / KB.H < prev   
Text File  |  1991-11-04  |  2KB  |  58 lines

  1. /*************************************************************************
  2.  
  3.     kb.h            Header file for keyboard (KB) subroutines
  4.             for Bywater Software.
  5.  
  6.             Copyright (c) 1991, Ted A. Campbell
  7.  
  8.             Bywater Software
  9.             P. O. Box 4023 
  10.             Duke Station 
  11.             Durham, NC  27706
  12.  
  13.             email: tcamp@hercules.acpub.duke.edu
  14.  
  15.     Copyright and Permissions Information:
  16.  
  17.     All U.S. and international copyrights are claimed by the
  18.     author. The author grants permission to use this code
  19.     and software based on it under the following conditions:
  20.     (a) in general, the code and software based upon it may be 
  21.     used by individuals and by non-profit organizations; (b) it
  22.     may also be utilized by governmental agencies in any country,
  23.     with the exception of military agencies; (c) the code and/or
  24.     software based upon it may not be sold for a profit without
  25.     an explicit and specific permission from the author, except
  26.     that a minimal fee may be charged for media on which it is
  27.     copied, and for copying and handling; (d) the code must be 
  28.     distributed in the form in which it has been released by the
  29.     author; and (e) the code and software based upon it may not 
  30.     be used for illegal activities. 
  31.  
  32. **************************************************************************/
  33.  
  34. #define KB_ALT          0x500
  35.  
  36. #define KB_UP           0x201
  37. #define KB_DOWN         0x202
  38. #define KB_LEFT         0x203
  39. #define KB_RIGHT        0x204
  40. #define KB_P_UP         0x207
  41. #define KB_P_DOWN       0x208
  42. #define KB_HOME         0x209
  43. #define KB_END          0x20a
  44. #define KB_INSERT       0x211
  45. #define KB_DELETE       0x212
  46.  
  47. #define KB_FK0          0x220
  48. #define KB_FK1          0x221
  49. #define KB_FK2          0x222
  50. #define KB_FK3          0x223
  51. #define KB_FK4          0x224
  52. #define KB_FK5          0x225
  53. #define KB_FK6          0x226
  54. #define KB_FK7          0x227
  55. #define KB_FK8          0x228
  56. #define KB_FK9          0x229
  57.  
  58.